Release 10.1A: OpenEdge Development:
Progress 4GL Reference


PERSISTENT attribute

Indicates whether the procedure is persistent.

Data type: LOGICAL

Access: Readable/Writable

Applies to: CALL object handle, THIS-PROCEDURE system handle (and all procedure handles)

The PERSISTENT attribute is TRUE when the RUN statement that executes a procedure is invoked with the PERSISTENT option. Otherwise, it is FALSE.

If PERSISTENT is TRUE, when a dynamic invoke returns, the IN-HANDLE attribute contains a handle to the running persistent procedure.

Returns TRUE for a Web service procedure.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095